home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MKDIR(3) MINTLIB LIBRARY FUNCTIONS MKDIR(3)
-
-
- N✓NA✓AM✓ME✓E
- mkdir - make a directory
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <unistd.h>
-
- int mkdir(const char *path, unsigned int mode);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- The routine mkdir creates a new directory with the name
- path. The mode of the new directory is initialized from
- the mode. The protection part of the mode argument is
- modified by the process's mode mask (see umask).
-
- The directory's owner ID is set to the process's effective
- user ID. The directory's group ID is set to the process's
- effective group ID. The newly created directory is empty
- except for the entries '.' and
-
- R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
- 0 upon successfull completion. -1 on error; errno is set
- to indicate the error.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- r✓rm✓md✓di✓ir✓r(✓(3✓3)✓),✓, D✓Dc✓cr✓re✓ea✓at✓te✓e(✓(2✓2)✓)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-